home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / misc / HWGRCSmanp12f.lha / HWGRCS / hwgrcs / man / rcsdiff.man < prev    next >
Text File  |  1993-01-19  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. RCSDIFF(1)               USER COMMANDS                 RCSDIFF(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      rcsdiff - compare RCS revisions
  10.  
  11. SYNOPSIS
  12.      rcsdiff [ -k_s_u_b_s_t ] [ -q ] [ -r_r_e_v_1 [ -r_r_e_v_2 ] ] [ -V_n  ]  [
  13.      -x_s_u_f_f_i_x_e_s ] [ _d_i_f_f _o_p_t_i_o_n_s ] _f_i_l_e ...
  14.  
  15. DESCRIPTION
  16.      rcsdiff runs diff(1) to compare two revisions  of  each  RCS
  17.      file given.
  18.  
  19.      Pathnames matching an RCS suffix denote RCS files; all  oth-
  20.      ers  denote working files.  Names are paired as explained in
  21.      ci(1).
  22.  
  23.      The option -q suppresses diagnostic output.  Zero,  one,  or
  24.      two  revisions may be specified with -r.  The option -k_s_u_b_s_t
  25.      affects keyword substitution when extracting  revisions,  as
  26.      described  in  co(1);  for  example, -kk -r1.1 -r1.2 ignores
  27.      differences in keyword values when comparing  revisions  1.1
  28.      and  1.2.  To avoid excess output from locker name substitu-
  29.      tion, -kkvl is assumed if (1) at most one revision option is
  30.      given,  (2)  no  -k option is given, (3) -kkv is the default
  31.      keyword substitution, and (4) the working file's mode  would
  32.      be  produced  by  co -l.  See co(1) for details about -V and
  33.      -x.  Otherwise, all options of diff(1) that apply to regular
  34.      files are accepted, with the same meaning as for diff.
  35.  
  36.      If both _r_e_v_1 and _r_e_v_2  are  omitted,  rcsdiff  compares  the
  37.      latest revision on the default branch (by default the trunk)
  38.      with the contents of the corresponding working  file.   This
  39.      is  useful  for  determining what you changed since the last
  40.      checkin.
  41.  
  42.      If _r_e_v_1 is given, but  _r_e_v_2  is  omitted,  rcsdiff  compares
  43.      revision  _r_e_v_1  of  the  RCS  file  with the contents of the
  44.      corresponding working file.
  45.  
  46.      If both _r_e_v_1 and _r_e_v_2 are given, rcsdiff compares  revisions
  47.      _r_e_v_1 and _r_e_v_2 of the RCS file.
  48.  
  49.      Both _r_e_v_1 and _r_e_v_2 may be given numerically or symbolically.
  50.  
  51. EXAMPLE
  52.      The command
  53.  
  54.              rcsdiff  f.c
  55.  
  56.      compares the latest revision on the default  branch  of  the
  57.      RCS file to the contents of the working file f.c.
  58.  
  59.  
  60.  
  61.  
  62.  
  63. GNU                  Last change: 1991/04/21                    1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RCSDIFF(1)               USER COMMANDS                 RCSDIFF(1)
  71.  
  72.  
  73.  
  74. ENVIRONMENT
  75.      RCSINIT
  76.           options prepended to the argument  list,  separated  by
  77.           spaces.  See ci(1) for details.
  78.  
  79. DIAGNOSTICS
  80.      Exit status is 0 for no differences during any comparison, 1
  81.      for some differences, 2 for trouble.
  82.  
  83. IDENTIFICATION
  84.      Author: Walter F. Tichy.
  85.      Revision Number: 5.3; Release Date: 1991/04/21.
  86.      Copyright c 1982, 1988, 1989 by Walter F. Tichy.
  87.      Copyright c 1990, 1991 by Paul Eggert.
  88.  
  89. SEE ALSO
  90.      ci(1),  co(1),  diff(1),  ident(1),   rcs(1),   rcsintro(1),
  91.      rcsmerge(1), rlog(1)
  92.      Walter  F.  Tichy,  RCS--A  System  for   Version   Control,
  93.      _S_o_f_t_w_a_r_e--_P_r_a_c_t_i_c_e & _E_x_p_e_r_i_e_n_c_e 15, 7 (July 1985), 637-654.
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. GNU                  Last change: 1991/04/21                    2
  130.  
  131.  
  132.  
  133.